home *** CD-ROM | disk | FTP | other *** search
/ Champak 66 / Vol 66.iso / games / doeo.swf / scripts / frame_25 / PlaceObject2_525_886 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2013-04-24  |  201b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.countmoii == 1)
  3.    {
  4.       _root.timer = _root.timer + 1;
  5.    }
  6.    _parent.arrow.gotoAndStop(_root.timer);
  7.    _xscale = (1280 - _root.timer) / 1280 * 100;
  8. }
  9.